AndroidBitmapFormat

Bitmap pixel format.

Values

ValueMeaning
ANDROID_BITMAP_FORMAT_NONE0

No format.

ANDROID_BITMAP_FORMAT_RGBA_88881

Red: 8 bits, Green: 8 bits, Blue: 8 bits, Alpha: 8 bits.

ANDROID_BITMAP_FORMAT_RGB_5654

Red: 5 bits, Green: 6 bits, Blue: 5 bits.

ANDROID_BITMAP_FORMAT_RGBA_44447

Deprecated in API level 13. Because of the poor quality of this configuration, it is advised to use ARGB_8888 instead.

ANDROID_BITMAP_FORMAT_A_88

Alpha: 8 bits.

Meta